For AffectedPointIndex = 0 To AffectedPointCount - 1
'a different delimiter for the last one
If AffectedPointIndex = AffectedPointCount - 1 Then
Delimiter = ";"
Else
Delimiter = ","
End If
FileObject.WriteLine Indent & Space(4) & "1.0" & Delimiter & " //can I output 1.0 for all? (meaning all bones have equal influence)"
Next
'the transform
FileObject.WriteLine Indent & Space(4) & "0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0;; //What specifically should this be? I have already said what frame the object is on and the frames involved. Perhaps this is the transformation relative to the world?"